home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / gardenin.swf / scripts / DefineButton2_412 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  194 b   |  11 lines

  1. on(release){
  2.    if(_parent.mc._currentframe == 3)
  3.    {
  4.       if(_parent.mc.tool_mc._currentframe == 2)
  5.       {
  6.          this.play();
  7.          _parent.mc.gotoAndStop(1);
  8.       }
  9.    }
  10. }
  11.